Example, test recursive functions
Demonstrates a single SET with multiple nested functions
Details
Rule Type
Time
Execution
Initialization
Parameters
Name | DataType | DefaultValue | Description |
---|---|---|---|
p1 | integer | 1 | Default param1 |
p2 | integer | 2 | Default parm2 |
p3 | integer | 3 | Default param3 |
Decision Tree
Rule processing begins in the cell R1:Level1 and proceeds right/down. Any IF statement which results in a DONE step terminates the rule immediately.
Line# | Level1 | Level2 | Level3 | Comment |
---|---|---|---|---|
1 | Start | |||
2 | SET(? = ADD(p1 , MULTIPLY(p2 , SUBTRACT(p3 , 2 )))) |